Skip to content

Feat/new setup docs#418

Merged
remg1997 merged 16 commits intomainfrom
feat/new_setup_docs
Dec 1, 2025
Merged

Feat/new setup docs#418
remg1997 merged 16 commits intomainfrom
feat/new_setup_docs

Conversation

@remg1997
Copy link
Collaborator

@remg1997 remg1997 commented Dec 1, 2025

No description provided.

remg1997 and others added 15 commits November 14, 2025 10:56
* Authenticate missing store refresh token

* Update_apiService

* Include all the refresh token logic on this backend and fix up things for them to work with this

* include changes in the frontEnd

* Run prettier in ApiService

* put back the name AUTH_JWT_SECRET_KEY for the environment variable

* put back the name AUTH_JWT_SECRET_KEY for the environment variable

* move is admin_or_owner to backend and fix refresh in ProfilePage

* is_admin_or_owner touches

* move endpoint users from bottle to fastAPI

* run prettier

* Fix buttons when not needed in help-med and ps-on-ai

* undo last commit

* create Tasks endpoint

* implement all_active tasks endpoint
* Authenticate missing store refresh token

* Update_apiService

* Include all the refresh token logic on this backend and fix up things for them to work with this

* include changes in the frontEnd

* Run prettier in ApiService

* put back the name AUTH_JWT_SECRET_KEY for the environment variable

* put back the name AUTH_JWT_SECRET_KEY for the environment variable

* move is admin_or_owner to backend and fix refresh in ProfilePage

* is_admin_or_owner touches

* move endpoint users from bottle to fastAPI

* run prettier

* Fix buttons when not needed in help-med and ps-on-ai

* undo last commit

* create Tasks endpoint

* implement all_active tasks endpoint

* Move get task metadata from Bottle to FastAPI

* unburn cc_contact variable
* Authenticate missing store refresh token

* Update_apiService

* Include all the refresh token logic on this backend and fix up things for them to work with this

* include changes in the frontEnd

* Run prettier in ApiService

* put back the name AUTH_JWT_SECRET_KEY for the environment variable

* put back the name AUTH_JWT_SECRET_KEY for the environment variable

* move is admin_or_owner to backend and fix refresh in ProfilePage

* is_admin_or_owner touches

* move endpoint users from bottle to fastAPI

* run prettier

* Fix buttons when not needed in help-med and ps-on-ai

* undo last commit

* create Tasks endpoint

* implement all_active tasks endpoint

* Move get task metadata from Bottle to FastAPI

* unburn cc_contact variable

* Move Trends from Bottle to FastAPI

* run prettier

* Move Task Owner endpoint to FastAPI

* Update backend/app/domain/services/base/score.py

Co-authored-by: Rafael Mosquera <rafael.mosquera@factored.ai>

* Delete unnecesary if and use hidden instead of active

* Update backend/app/domain/services/base/task.py

Co-authored-by: Rafael Mosquera <rafael.mosquera@factored.ai>

---------

Co-authored-by: Rafael Mosquera <rafael.mosquera@factored.ai>
* Authenticate missing store refresh token

* Update_apiService

* Include all the refresh token logic on this backend and fix up things for them to work with this

* include changes in the frontEnd

* Run prettier in ApiService

* put back the name AUTH_JWT_SECRET_KEY for the environment variable

* put back the name AUTH_JWT_SECRET_KEY for the environment variable

* move is admin_or_owner to backend and fix refresh in ProfilePage

* is_admin_or_owner touches

* move endpoint users from bottle to fastAPI

* run prettier

* Fix buttons when not needed in help-med and ps-on-ai

* undo last commit

* create Tasks endpoint

* implement all_active tasks endpoint

* Move get task metadata from Bottle to FastAPI

* unburn cc_contact variable

* Move Trends from Bottle to FastAPI

* run prettier

* Move Task Owner endpoint to FastAPI

* Update backend/app/domain/services/base/score.py

Co-authored-by: Rafael Mosquera <rafael.mosquera@factored.ai>

* Delete unnecesary if and use hidden instead of active

* Update backend/app/domain/services/base/task.py

Co-authored-by: Rafael Mosquera <rafael.mosquera@factored.ai>

* move endpoints from Bottle to FastAPI

* remove get_examples_by_task_id_and_round_id_with_validations_ids not using it at the moment

---------

Co-authored-by: Rafael Mosquera <rafael.mosquera@factored.ai>
* Authenticate missing store refresh token

* Update_apiService

* Include all the refresh token logic on this backend and fix up things for them to work with this

* include changes in the frontEnd

* Run prettier in ApiService

* put back the name AUTH_JWT_SECRET_KEY for the environment variable

* put back the name AUTH_JWT_SECRET_KEY for the environment variable

* move is admin_or_owner to backend and fix refresh in ProfilePage

* is_admin_or_owner touches

* move endpoint users from bottle to fastAPI

* run prettier

* Fix buttons when not needed in help-med and ps-on-ai

* undo last commit

* create Tasks endpoint

* implement all_active tasks endpoint

* Move get task metadata from Bottle to FastAPI

* unburn cc_contact variable

* Move Trends from Bottle to FastAPI

* run prettier

* Move Task Owner endpoint to FastAPI

* Update backend/app/domain/services/base/score.py

Co-authored-by: Rafael Mosquera <rafael.mosquera@factored.ai>

* Delete unnecesary if and use hidden instead of active

* Update backend/app/domain/services/base/task.py

Co-authored-by: Rafael Mosquera <rafael.mosquera@factored.ai>

* move endpoints from Bottle to FastAPI

* remove get_examples_by_task_id_and_round_id_with_validations_ids not using it at the moment

* Move Forgot password pipeline to Backend

* undo local config

---------

Co-authored-by: Rafael Mosquera <rafael.mosquera@factored.ai>
* Authenticate missing store refresh token

* Update_apiService

* Include all the refresh token logic on this backend and fix up things for them to work with this

* include changes in the frontEnd

* Run prettier in ApiService

* put back the name AUTH_JWT_SECRET_KEY for the environment variable

* put back the name AUTH_JWT_SECRET_KEY for the environment variable

* move is admin_or_owner to backend and fix refresh in ProfilePage

* is_admin_or_owner touches

* move endpoint users from bottle to fastAPI

* run prettier

* Fix buttons when not needed in help-med and ps-on-ai

* undo last commit

* create Tasks endpoint

* implement all_active tasks endpoint

* Move get task metadata from Bottle to FastAPI

* unburn cc_contact variable

* Move Trends from Bottle to FastAPI

* run prettier

* Move Task Owner endpoint to FastAPI

* Update backend/app/domain/services/base/score.py

Co-authored-by: Rafael Mosquera <rafael.mosquera@factored.ai>

* Delete unnecesary if and use hidden instead of active

* Update backend/app/domain/services/base/task.py

Co-authored-by: Rafael Mosquera <rafael.mosquera@factored.ai>

* move endpoints from Bottle to FastAPI

* remove get_examples_by_task_id_and_round_id_with_validations_ids not using it at the moment

* Move Forgot password pipeline to Backend

* undo local config

* move more Bottle Endpoints to FastAPI Backend

* delete hide for score

---------

Co-authored-by: Rafael Mosquera <rafael.mosquera@factored.ai>
* Authenticate missing store refresh token

* Update_apiService

* Include all the refresh token logic on this backend and fix up things for them to work with this

* include changes in the frontEnd

* Run prettier in ApiService

* put back the name AUTH_JWT_SECRET_KEY for the environment variable

* put back the name AUTH_JWT_SECRET_KEY for the environment variable

* move is admin_or_owner to backend and fix refresh in ProfilePage

* is_admin_or_owner touches

* move endpoint users from bottle to fastAPI

* run prettier

* Fix buttons when not needed in help-med and ps-on-ai

* undo last commit

* create Tasks endpoint

* implement all_active tasks endpoint

* Move get task metadata from Bottle to FastAPI

* unburn cc_contact variable

* Move Trends from Bottle to FastAPI

* run prettier

* Move Task Owner endpoint to FastAPI

* Update backend/app/domain/services/base/score.py

Co-authored-by: Rafael Mosquera <rafael.mosquera@factored.ai>

* Delete unnecesary if and use hidden instead of active

* Update backend/app/domain/services/base/task.py

Co-authored-by: Rafael Mosquera <rafael.mosquera@factored.ai>

* move endpoints from Bottle to FastAPI

* remove get_examples_by_task_id_and_round_id_with_validations_ids not using it at the moment

* Move Forgot password pipeline to Backend

* undo local config

* move more Bottle Endpoints to FastAPI Backend

* delete hide for score

* fix methods to implement new enum type

---------

Co-authored-by: Rafael Mosquera <rafael.mosquera@factored.ai>
@remg1997 remg1997 requested a review from a team as a code owner December 1, 2025 17:24
@github-actions
Copy link

github-actions bot commented Dec 1, 2025

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

@remg1997 remg1997 merged commit e1394ce into main Dec 1, 2025
13 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Dec 1, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants